Pull from McNeight/SharpZipLib#132
Merged
McNeight merged 16 commits intoicsharpcode:masterfrom Aug 13, 2016
Merged
Conversation
* Remove key signing from AssemblyInfo.[cs,vb] * Link all VB projects to SampleAssemblyInfo.vb * Remove copyright headers * Move individual AssemblyInfo.cs files into Properties directory
* Add badge for Bitrise * Add metrics from waffle.io * Changes to appveyor.yml to support coveralls.io * Update standalone nunit3 command files
* No functional or API changes * All exception classes now have conssitent variable names and XML comments
* Execute the following commands in order: * run-nunit3-tests-release.cmd to get test report * run-opencover.cmd to get test coverage * run-reportgenerator.cmd to get HTML report of test coverage * Modify appveyor.yml to reference .cmd files
…DosTime" This reverts commit 51605f8. The Zip file format stores date and time in a single 32 bit integer, based on the format used by MS-DOS. Adding accuracy by using a DateTime object won't necessarily result in an accurate date and time. See http://stackoverflow.com/questions/3725662/what-is-the-earliest-timestamp-value-that-is-supported-in-zip-file-format for further information. # Conflicts: # ICSharpCode.SharpZipLib/Zip/ZipEntry.cs
* Added back three passing tests based on previous change to ZipEntry.cs * Renamed Core.cs to CoreTests.cs
* This one switch is what was required to make it work. "/p:UseSharedCompilation=false"
* Added a Coverity badge * Added a condition to only send scheduled builds to Coverity * Install PublishCoverity from NuGet * Remove tag push for GitHub * Add coverity.zip as build artifact
GZip Trailing Garbage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull 16 commits between May 17 and May 31, 2016.